[IButton,???,"CanvasHelper, SOLID Canvas Color",
[IShowActions,0]
[IConfig,4.7]
[VarSet,choice,[MessageYesNo,"Makes the Canvas Color Solid.Do you wish to proceed?"]]//YES and NO  clicked (0=NO, 1=YES) 

[If,choice==1,
	[ISet,Document:Range,0]
	[ISet,Document:Rate,0]
	[ISet,Document:Center,0],
	
	[Note,"Nothing was changed",,0,0x080808]
]//END IF
]//EOF


]